home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DBLPC100.ARJ / DOCPRINT.BAT < prev    next >
DOS Batch File  |  1992-04-05  |  301b  |  18 lines

  1. echo off
  2. cls
  3. Echo Dead Bolt Lock/PC - Documentation Printing Batch File
  4. if "%1"=="" goto ERROR
  5. echo printing, please wait...
  6. copy DBLPC.PRN %1 > NUL
  7. Echo Done!
  8. goto end
  9. :ERROR
  10. cls
  11. echo To print documentation type in:
  12. echo DOCPRINT.BAT PRN:
  13. echo .
  14. Echo SYNTAX: DOCPRINT device:
  15. :end
  16.  
  17.  
  18.